Extract loading of GtkPageSetup and GtkPrintSettings from their *_new_*()
authorMathias Hasselmann <hasselmm@src.gnome.org>
Fri, 14 Dec 2007 09:02:54 +0000 (09:02 +0000)
committerMathias Hasselmann <hasselmm@src.gnome.org>
Fri, 14 Dec 2007 09:02:54 +0000 (09:02 +0000)
commitea8074a4077ac7bf90f3873160da35bd491e8079
treec8f996191b97e96ed1304848928507b4a13e7cf0
parentda057b56750a588f0216d6dc69b7a898a12480f9
Extract loading of GtkPageSetup and GtkPrintSettings from their *_new_*()
functions and move that code into separate *_load_*() functions (#475565).

* gtk/gtk.symbols, gtk/gtkpagesetup.c, gtk/gtkpagesetup.h:
Extract gtk_page_setup_load_file, gtk_page_setup_load_key_file,
gtk_print_settings_load_file and gtk_print_settings_load_key_file.
Change the matching *_new_*() functions to use those functions.

svn path=/trunk/; revision=19176
ChangeLog
gtk/gtk.symbols
gtk/gtkpagesetup.c
gtk/gtkpagesetup.h
gtk/gtkprintsettings.c
gtk/gtkprintsettings.h